inspector: Add HighContrast to built-in themes list
authorMatthias Clasen <mclasen@redhat.com>
Thu, 30 Oct 2014 16:50:09 +0000 (12:50 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 30 Oct 2014 16:52:25 +0000 (12:52 -0400)
gtk/inspector/visual.c

index 15b881c1331ec0dcaf8409149a95492bbd24debb..e9b5f7df897627ccc745fc70266363addb5ae646 100644 (file)
@@ -208,7 +208,9 @@ init_theme (GtkInspectorVisual *vis)
   gchar *themedir = get_data_path ("themes");
 
   t = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
+  /* Builtin themes */
   g_hash_table_add (t, g_strdup ("Adwaita"));
+  g_hash_table_add (t, g_strdup ("HighContrast"));
   g_hash_table_add (t, g_strdup ("Raleigh"));
 
   fill_gtk (themedir, t);